Version

IKeyedList<TItem,TKey> Interface Members

The following tables list the members exposed by IKeyedList<TItem,TKey>.

Public Properties
 NameDescription
 PropertyCountReturns the number of items in the collection.  
 PropertyItemOverloaded. Returns the item in the list with the specified key  
Public Methods
 NameDescription
 MethodClearClears the contents of the collection.  
 MethodContainsKeyIndicates if an item with the specified key exists within the collection.  
 MethodIndexOfKeyReturns the index of the item with the specified key.  
 MethodTryGetItemGets the item with the specified key  
See Also